home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / Tasks Toolkit Package (PP) / info.txt next >
Text File  |  2014-09-28  |  2KB  |  65 lines

  1. Subject:  Tasks Toolkit Package (PP)
  2. Author:  Eric Forget
  3. Uploaded By:  ForgetE
  4. Date:  11/19/1995
  5.  
  6. File:  Tasks Toolkit Package.sit (20249 bytes) 
  7. Estimated Download Time (60658 baud):  < 1 minute
  8. Download Count:  110
  9.  
  10. Needs:  PowerPlant
  11.  
  12. Keywords:  POWERPLANT METROWERKS CLASS LIBRARY FRAMEWORK
  13.  
  14.  
  15. LIBRARY:   MDV/Developer Source Code/C++
  16. KEYWORDS:  POWERPLANT METROWERKS CLASS LIBRARY FRAMEWORK
  17.  
  18. Tasks Toolkit Package
  19. =====================
  20.  
  21. PowerPlant manage to execute task only at Idle or at every event.
  22. This toolkit will enhance it by allowing you to execute your task
  23. with the Time Manager and the Vertical Retrace Manager. Also,
  24. you will be able to postpone a task with LDelayedTask and send
  25. a notification to the user with LNotificationTask.
  26.  
  27. This package include the base class LTask and the example UWaitCursor.
  28.  
  29.  
  30. LDelayedTask
  31. ------------
  32. LDelayedTask is an abstract class to execute a task after a certain
  33. period of time. This class is not really precise: it use TickCount()
  34. as time mesure. On another side, you can do about all you want in the
  35. ExecuteSelf() method.
  36.  
  37. One example of its use, is to implement a "Find" in a list or table, 
  38. a la Metrowerks IDE. Each time the user press a key, you call RestartTask().
  39. When the user will not have pressed a key for a determined period, you
  40. do the search in the ExecuteSelf() method.
  41.  
  42.  
  43. LNotificationTask
  44. -----------------
  45. LNotificationTask is a wrapper class for the Notification Manager.
  46.  
  47.  
  48. LTimerTask
  49. ----------
  50. LTimerTask is a wrapper class for the Time Manager. It hides all the details
  51. for you.
  52.  
  53.  
  54. LVerticalRetraceTask
  55. --------------------
  56. LVerticalRetraceTask is a wrapper class for the Vertical Retrace Manager.
  57. It hides all the details for you.
  58.  
  59.  
  60. ------------------------------------------------------------
  61. Macintosh Developers Forum Libraries         Go Keyword: MDV
  62.  
  63. This file has been checked for viruses with Disinfectant 3.6
  64.  
  65.